home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / feednfrenzy.swf / scripts / frame_611 / PlaceObject2_68_13 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-25  |  23KB  |  775 lines

  1. onClipEvent(enterFrame){
  2.    if(_global.timeday == 0)
  3.    {
  4.       skyit++;
  5.    }
  6.    if(skyit == 3000)
  7.    {
  8.       _root.sky.gotoAndPlay("night");
  9.    }
  10.    if(skyit == 5000)
  11.    {
  12.       _root.sky.gotoAndPlay("day");
  13.       skyit = 0;
  14.    }
  15.    _root.backstuff1._y += _global.ygo / 1.1;
  16.    _root.backstuff2._y = _root.backstuff1._y;
  17.    _root.topdepth1._y = _root.depth._y;
  18.    _root.topdepth2._y = _root.depth._y;
  19.    _root.topdepth3._y = _root.depth._y;
  20.    if(die == 1)
  21.    {
  22.       timey += 1;
  23.       if(_global.fly == 1)
  24.       {
  25.          if(this._rotation < 90)
  26.          {
  27.             if(this._rotation > 0)
  28.             {
  29.                if(this._currentframe != 3)
  30.                {
  31.                   this.gotoAndStop(3);
  32.                }
  33.             }
  34.          }
  35.          if(this._rotation > 90)
  36.          {
  37.             if(this._rotation < 180)
  38.             {
  39.                if(this._currentframe != 4)
  40.                {
  41.                   this.gotoAndStop(4);
  42.                }
  43.             }
  44.          }
  45.          if(this._rotation < 180)
  46.          {
  47.             if(this._rotation < -90)
  48.             {
  49.                if(this._currentframe != 4)
  50.                {
  51.                   this.gotoAndStop(4);
  52.                }
  53.             }
  54.          }
  55.          flyer++;
  56.          if(flyer == 400)
  57.          {
  58.             fx1 = new Sound(zoop);
  59.             fx1.attachSound("clunk");
  60.             fx1.stop("clunk");
  61.             fx1.start(0,1);
  62.          }
  63.          if(flyer == 450)
  64.          {
  65.             fx1 = new Sound(zoop);
  66.             fx1.attachSound("clunk");
  67.             fx1.stop("clunk");
  68.             fx1.start(0,1);
  69.          }
  70.          if(flyer == 500)
  71.          {
  72.             fx1 = new Sound(zoop);
  73.             fx1.attachSound("clunk");
  74.             fx1.stop("clunk");
  75.             fx1.start(0,1);
  76.          }
  77.          if(flyer > 550)
  78.          {
  79.             fx1 = new Sound(zoop);
  80.             fx1.attachSound("barf");
  81.             fx1.stop("barf");
  82.             fx1.start(0,1);
  83.             _global.fly = 0;
  84.             flyer = 0;
  85.             this.gotoAndStop(1);
  86.             _global.boost = 0;
  87.             _root.tools.bar1.gotoAndStop(1);
  88.             ms = new Sound(music);
  89.             ms.attachSound("music1");
  90.             ms.stop("music6");
  91.             ms.start(0,999);
  92.             i = 1;
  93.             while(i <= 100)
  94.             {
  95.                _root["fishy" + i].die = 0;
  96.                i++;
  97.             }
  98.          }
  99.          if(this._y > _root.topdepth2._y)
  100.          {
  101.             ms = new Sound(music);
  102.             ms.attachSound("music1");
  103.             ms.stop("music6");
  104.             ms.start(0,999);
  105.             fx1 = new Sound(zoop);
  106.             fx1.attachSound("barf");
  107.             fx1.stop("barf");
  108.             fx1.start(0,1);
  109.             _global.fly = 0;
  110.             flyer = 0;
  111.             this.gotoAndStop(1);
  112.             _global.boost = 0;
  113.          }
  114.       }
  115.       else if(_global.fly == 3)
  116.       {
  117.          this.gotoAndStop(1);
  118.          _global.fly = 1;
  119.       }
  120.       _root.topdepth1.swapDepths(10001);
  121.       _root.topdepth2.swapDepths(10002);
  122.       _root.topdepth3.swapDepths(10003);
  123.       _root.tools.instblock._alpha += 3;
  124.       if(_root.tools.score.text < _global.scoreit)
  125.       {
  126.          _root.tools.score.text = _root.tools.score.text + 1;
  127.       }
  128.       if(_root.tools.score.text < _global.scoreit - 10)
  129.       {
  130.          _root.tools.score.text = _root.tools.score.text * 1 + 10;
  131.       }
  132.       if(_root.depth._y > -40)
  133.       {
  134.          _root.topdepth1._x += _global.xgo;
  135.          _root.topdepth2._x += _global.xgo;
  136.          _root.topdepth3._x += _global.xgo;
  137.          if(_root.topdepth3._x > 886.4)
  138.          {
  139.             _root.topdepth3._x = _root.topdepth1._x - 704.2;
  140.          }
  141.          if(_root.topdepth2._x > 886.4)
  142.          {
  143.             _root.topdepth2._x = _root.topdepth3._x - 704.2;
  144.          }
  145.          if(_root.topdepth1._x > 886.4)
  146.          {
  147.             _root.topdepth1._x = _root.topdepth2._x - 704.2;
  148.          }
  149.          if(_root.topdepth3._x < -1035.4)
  150.          {
  151.             _root.topdepth3._x = _root.topdepth2._x + 704.2;
  152.          }
  153.          if(_root.topdepth2._x < -1035.4)
  154.          {
  155.             _root.topdepth2._x = _root.topdepth1._x + 704.2;
  156.          }
  157.          if(_root.topdepth1._x < -1035.4)
  158.          {
  159.             _root.topdepth1._x = _root.topdepth3._x + 704.2;
  160.          }
  161.       }
  162.       if(_global.boost > 1)
  163.       {
  164.          _global.boost -= _global.boost / 1000;
  165.          _root.tools.bar1.gotoAndStop(Math.round(_global.boost + 1));
  166.       }
  167.       countgo--;
  168.       buttoner++;
  169.       _root.player.swapDepths(10000);
  170.       _root.playersize.text = psize;
  171.       if(speed == 0)
  172.       {
  173.          this.tail1.gotoAndStop(1);
  174.       }
  175.       else
  176.       {
  177.          this.tail1.play();
  178.       }
  179.       if(Key.isDown(37))
  180.       {
  181.          this._rotation -= speed / 3 + _global.rotspeed1;
  182.       }
  183.       else
  184.       {
  185.          _global.goleft = 0;
  186.       }
  187.       if(_global.boost > 158)
  188.       {
  189.          maxspeed = 15;
  190.          this.gotoAndStop(13);
  191.       }
  192.       else if(maxspeed == 15)
  193.       {
  194.          maxspeed = 10;
  195.          this.gotoAndStop(1);
  196.       }
  197.       if(_global.boost > 176)
  198.       {
  199.          this.gotoAndStop("invy");
  200.          if(boost > 200)
  201.          {
  202.             _global.boost = 0;
  203.             this.gotoAndStop(1);
  204.             _root.tools.bar1.gotoAndStop(1);
  205.          }
  206.          if(_global.boost < 180)
  207.          {
  208.             _global.boost = 0;
  209.             this.gotoAndStop(1);
  210.             _root.tools.bar1.gotoAndStop(1);
  211.          }
  212.       }
  213.       if(Key.isDown(39))
  214.       {
  215.          this._rotation += speed / 3 + _global.rotspeed1;
  216.       }
  217.       else
  218.       {
  219.          _global.goright = 0;
  220.       }
  221.       if(Key.isDown(32))
  222.       {
  223.          if(_global.boost < 50)
  224.          {
  225.             fx1 = new Sound(zoop);
  226.             fx1.attachSound("pop");
  227.             fx1.stop("pop");
  228.             fx1.start(0,1);
  229.          }
  230.          if(_global.boost > 110)
  231.          {
  232.             if(this._y < _root.topdepth2._y)
  233.             {
  234.                fx1 = new Sound(zoop);
  235.                fx1.attachSound("magical bing");
  236.                fx1.stop("magical bing");
  237.                fx1.start(0,1);
  238.                _global.fly = 1;
  239.                _global.boost = 0;
  240.                _root.tools.bar1.gotoAndStop(1);
  241.                flyer = 0;
  242.                ms = new Sound(music);
  243.                ms.attachSound("music6");
  244.                ms.stop("music1");
  245.                ms.start(0,999);
  246.             }
  247.             else
  248.             {
  249.                fx1 = new Sound(zoop);
  250.                fx1.attachSound("pop");
  251.                fx1.stop("pop");
  252.                fx1.start(0,1);
  253.             }
  254.          }
  255.          if(_global.boost > 49)
  256.          {
  257.             if(_global.boost < 110)
  258.             {
  259.                if(countgo < 0)
  260.                {
  261.                   countgo = 30;
  262.                   _global.boost -= 5;
  263.                   _root.zoom.gotoAndPlay(1);
  264.                   _root.zoom._x = this._x;
  265.                   _root.zoom._y = this._y;
  266.                   _root.zoom._rotation = this._rotation;
  267.                   fx1 = new Sound(zoop);
  268.                   fx1.attachSound("zoop");
  269.                   fx1.stop("zoop");
  270.                   fx1.start(0,1);
  271.                   if(this._y > _root.depth._y - 20)
  272.                   {
  273.                      if(speed < maxspeed * 1 + 1)
  274.                      {
  275.                         speed = 22;
  276.                      }
  277.                      buttoner = 0;
  278.                   }
  279.                }
  280.             }
  281.             if(_global.boost > 134)
  282.             {
  283.                this.gotoAndStop("shield");
  284.             }
  285.          }
  286.       }
  287.       else
  288.       {
  289.          _global.stabby = 0;
  290.       }
  291.       if(Key.isDown(38))
  292.       {
  293.          if(_global.fly == 0)
  294.          {
  295.             if(this._y > _root.depth._y)
  296.             {
  297.                if(speed < maxspeed)
  298.                {
  299.                   speed += 1;
  300.                }
  301.             }
  302.          }
  303.          else if(speed < maxspeed)
  304.          {
  305.             speed += 1;
  306.          }
  307.       }
  308.       else if(speed > 0)
  309.       {
  310.          speed -= 1;
  311.       }
  312.       if(speed > 0)
  313.       {
  314.          speed -= 0.3;
  315.       }
  316.       hey = 1;
  317.       if(_global.fly == 0)
  318.       {
  319.          if(this._y < _root.depth._y)
  320.          {
  321.             air += 0.4;
  322.             if(this._rotation > 0)
  323.             {
  324.                if(this._rotation < 90)
  325.                {
  326.                   this._rotation -= 3;
  327.                }
  328.             }
  329.             if(this._rotation < 180)
  330.             {
  331.                if(this._rotation > 90)
  332.                {
  333.                   this._rotation += 3;
  334.                }
  335.             }
  336.          }
  337.          else if(air > 0.5)
  338.          {
  339.             air -= 0.5;
  340.          }
  341.       }
  342.       else
  343.       {
  344.          air = 0;
  345.       }
  346.       if(this._y < _root.depth._y + 15)
  347.       {
  348.          if(this._y > _root.depth._y - 15)
  349.          {
  350.             if(air > 3)
  351.             {
  352.                if(_root.splash._currentframe == 1)
  353.                {
  354.                   _root.splash._x = this._x;
  355.                }
  356.                _root.splash.play();
  357.             }
  358.          }
  359.       }
  360.       if(this._y < _root.depth._y + 15)
  361.       {
  362.          if(this._y > _root.depth._y - 15)
  363.          {
  364.             if(air < 1)
  365.             {
  366.                if(_root.splashup._currentframe == 1)
  367.                {
  368.                   _root.splashup._x = this._x;
  369.                }
  370.                _root.splashup.play();
  371.             }
  372.          }
  373.       }
  374.       _global.xgo = Math.cos(3.141592653589793 * this._rotation / 180) * speed;
  375.       _global.ygo = Math.sin(3.141592653589793 * this._rotation / 180) * speed - air;
  376.       onefish1++;
  377.       if(onefish1 == 50)
  378.       {
  379.          onefish1 = 0;
  380.          _global.fish = _global.fish + 1;
  381.          duplicateMovieClip(_root.food1,"fishy" + _global.fish,16384 + (_global.fish + 8000));
  382.          if(_global.fish > 100)
  383.          {
  384.             _global.fish = 1;
  385.          }
  386.          rotrandy = 90;
  387.          rotrand = Math.round(Math.random() * (rotrandy - (- rotrandy))) - rotrandy;
  388.          speedrand = Math.round(Math.random() * 8) + 3;
  389.          leftright = Math.round(Math.random() * 1) + 1;
  390.          firsttypecomp = 10;
  391.          type = Math.round(Math.random() * (firsttypecomp - 1)) + 1;
  392.          if(type < 5)
  393.          {
  394.             type = 1;
  395.          }
  396.          else
  397.          {
  398.             type -= 4;
  399.          }
  400.          if(leftright == 1)
  401.          {
  402.             xposy = 1500;
  403.          }
  404.          else
  405.          {
  406.             xposy = -800;
  407.          }
  408.          _root["fishy" + _global.fish]._x = xposy;
  409.          _root["fishy" + _global.fish]._y = type * 200;
  410.          _root["fishy" + _global.fish]._rotation -= 90 - rotrand;
  411.          if(type == 1)
  412.          {
  413.             typespeed = speedrand;
  414.             turnspeed = 5;
  415.          }
  416.          if(type == 2)
  417.          {
  418.             typespeed = speedrand;
  419.             turnspeed = 5;
  420.          }
  421.          if(type == 3)
  422.          {
  423.             typespeed = speedrand / 3;
  424.             turnspeed = 0.5;
  425.          }
  426.          if(type == 4)
  427.          {
  428.             typespeed = speedrand / 2;
  429.             turnspeed = 3;
  430.          }
  431.          if(type == 5)
  432.          {
  433.             typespeed = speedrand;
  434.             turnspeed = 3;
  435.          }
  436.          _root["fishy" + _global.fish].turnspeed = turnspeed;
  437.          _root["fishy" + _global.fish].mespeed = typespeed - 1;
  438.          mesizey = 30 + speedrand * 5;
  439.          _root["fishy" + _global.fish].mesize = mesizey;
  440.          _root["fishy" + _global.fish].fishtype = type;
  441.          scoreworthy = mesizey / 2 / (type * 2) * 10;
  442.          _root["fishy" + _global.fish].scoreworth = scoreworthy;
  443.          _root["fishy" + _global.fish].die = 1;
  444.       }
  445.       onefish2++;
  446.       if(onefish2 == 120)
  447.       {
  448.          onefish2 = 0;
  449.          if(_global.fishe < 30)
  450.          {
  451.             _global.fishe = _global.fishe + 1;
  452.             duplicateMovieClip(_root.enemy1,"fishye" + _global.fishe,16384 + (_global.fishe + 8200));
  453.             rotrand = Math.round(Math.random() * 179) + 1;
  454.             speedrand = Math.round(Math.random() * 3) + 7;
  455.             leftright = Math.round(Math.random() * 1) + 1;
  456.             firsttypecomp = 4;
  457.             type = Math.round(Math.random() * (firsttypecomp + 4 - 1)) + 1;
  458.             if(type < 4)
  459.             {
  460.                type = 1;
  461.             }
  462.             if(leftright == 1)
  463.             {
  464.                xposy = 2000;
  465.             }
  466.             else
  467.             {
  468.                xposy = -1300;
  469.             }
  470.             _root["fishye" + _global.fishe]._x = xposy;
  471.             _root["fishye" + _global.fishe]._y = type * 200;
  472.             _root["fishye" + _global.fishe]._rotation = rotrand;
  473.             if(type == 1)
  474.             {
  475.                typespeed = speedrand;
  476.                turnspeed = 7;
  477.             }
  478.             if(type == 2)
  479.             {
  480.                typespeed = speedrand;
  481.                turnspeed = 5;
  482.             }
  483.             if(type == 3)
  484.             {
  485.                typespeed = speedrand / 3;
  486.                turnspeed = 1;
  487.             }
  488.             if(type == 4)
  489.             {
  490.                typespeed = speedrand / 2;
  491.                turnspeed = 3;
  492.             }
  493.             if(type == 5)
  494.             {
  495.                typespeed = speedrand / 4;
  496.                turnspeed = 4;
  497.             }
  498.             _root["fishye" + _global.fishe].turnspeed = turnspeed;
  499.             _root["fishye" + _global.fishe].mespeed = typespeed;
  500.             _root["fishye" + _global.fishe].mesize = 160;
  501.             _root["fishye" + _global.fishe].fishtype = 1;
  502.             _root["fishye" + _global.fishe].die = 1;
  503.          }
  504.       }
  505.    }
  506.    else
  507.    {
  508.       restartcount++;
  509.       if(restartcount > 60)
  510.       {
  511.          if(this._y > _root.depth._y - 400)
  512.          {
  513.             _global.ygo += 1;
  514.          }
  515.          else
  516.          {
  517.             _global.ygo /= 2;
  518.          }
  519.       }
  520.       if(restartcount > 130)
  521.       {
  522.          if(restartcount == 140)
  523.          {
  524.             fx1 = new Sound(zoop);
  525.             fx1.attachSound("Clunk");
  526.             fx1.stop("Clunk");
  527.             fx1.start(0,1);
  528.             _root.finalscore.text = _global.scoreit;
  529.          }
  530.          boostor = 0;
  531.          if(restartcount == 160)
  532.          {
  533.             if(_global.boost > 50)
  534.             {
  535.                fx1 = new Sound(zoop);
  536.                fx1.attachSound("boingboing");
  537.                fx1.stop("boingboing");
  538.                fx1.start(0,1);
  539.                booster = Math.round(_global.boost * 5);
  540.                _root.finalscore.text += "\n\n + Fury Bonus " + booster;
  541.             }
  542.             else
  543.             {
  544.                fx1 = new Sound(zoop);
  545.                fx1.attachSound("Clunk");
  546.                fx1.stop("Clunk");
  547.                fx1.start(0,1);
  548.                _root.finalscore.text += "\n\n ----- ";
  549.             }
  550.          }
  551.          if(restartcount == 180)
  552.          {
  553.             if(timey > 100)
  554.             {
  555.                fx1 = new Sound(zoop);
  556.                fx1.attachSound("boingboing");
  557.                fx1.stop("boingboing");
  558.                fx1.start(0,1);
  559.                _root.finalscore.text += "\n + Time Bonus " + Math.round(timey / 100);
  560.             }
  561.             else
  562.             {
  563.                fx1 = new Sound(zoop);
  564.                fx1.attachSound("Clunk");
  565.                fx1.stop("Clunk");
  566.                fx1.start(0,1);
  567.                _root.finalscore.text += "\n ----- ";
  568.             }
  569.          }
  570.          if(restartcount == 200)
  571.          {
  572.             bonos = 0;
  573.             yito = Math.floor(Math.random() * 20) + 1;
  574.             goyy = 0;
  575.             if(yito == 1)
  576.             {
  577.                bono = "+ random jig bonus ";
  578.                bonos = 400;
  579.                goyy = 1;
  580.             }
  581.             if(yito == 2)
  582.             {
  583.                bono = "+ super random bonus ";
  584.                bonos = 1;
  585.                goyy = 1;
  586.             }
  587.             if(yito == 3)
  588.             {
  589.                bono = "+ suprise bonus ";
  590.                bonos = 200;
  591.                goyy = 1;
  592.             }
  593.             if(yito == 4)
  594.             {
  595.                bono = "+ wooowee bonus ";
  596.                bonos = 99;
  597.                goyy = 1;
  598.             }
  599.             if(yito == 5)
  600.             {
  601.                bono = "+ slugface bonus ";
  602.                bonos = 60;
  603.                goyy = 1;
  604.             }
  605.             if(yito == 6)
  606.             {
  607.                bono = "+ extra bonus ";
  608.                bonos = 20;
  609.                goyy = 1;
  610.             }
  611.             if(yito == 7)
  612.             {
  613.                bono = "+ wow bonus ";
  614.                bonos = 80;
  615.                goyy = 1;
  616.             }
  617.             if(yito == 8)
  618.             {
  619.                bono = "+ slow bonus ";
  620.                bonos = 3;
  621.                goyy = 1;
  622.             }
  623.             if(yito == 9)
  624.             {
  625.                bono = "+ helpy bonus ";
  626.                bonos = 6;
  627.                goyy = 1;
  628.             }
  629.             if(yito == 10)
  630.             {
  631.                bono = "+ mental handicap ";
  632.                bonos = 12;
  633.                goyy = 1;
  634.             }
  635.             if(goyy == 1)
  636.             {
  637.                fx1 = new Sound(zoop);
  638.                fx1.attachSound("boingboing");
  639.                fx1.stop("boingboing");
  640.                fx1.start(0,1);
  641.                _root.finalscore.text += "\n" + bono + bonos;
  642.             }
  643.             else
  644.             {
  645.                fx1 = new Sound(zoop);
  646.                fx1.attachSound("Clunk");
  647.                fx1.stop("Clunk");
  648.                fx1.start(0,1);
  649.                _root.finalscore.text += "\n ----- ";
  650.             }
  651.          }
  652.          if(restartcount == 220)
  653.          {
  654.             scoreyy = _global.scoreit + Math.round(timey / 100) + Math.round(_global.boost * 5) + bonos;
  655.             if(scoreyy < _global.pp3s)
  656.             {
  657.                fx1 = new Sound();
  658.                fx1.attachSound("barf");
  659.                fx1.stop("barf");
  660.                fx1.start(0,1);
  661.                _root.restartbox.resety.gotoAndPlay("barf");
  662.             }
  663.             else
  664.             {
  665.                ms = new Sound(music);
  666.                ms.attachSound("music3");
  667.                ms.stop("music2");
  668.                ms.start(0,999);
  669.                fx1.start(0,1);
  670.                _root.restartbox.resety.gotoAndPlay("goody");
  671.             }
  672.             _root.finalscore.text += "\n\n" + scoreyy;
  673.             if(scoreyy > _global.pp3s)
  674.             {
  675.                _root.slot1.text = "name";
  676.                _root.slot1.selectable = 1;
  677.                Selection.setFocus(_root.slot1);
  678.             }
  679.             _root.highlist.text = "1: " + _global.pp1n + " : " + _global.pp1s + "\n";
  680.             _root.highlist.text += "2: " + _global.pp2n + " : " + _global.pp2s + "\n";
  681.             _root.highlist.text += "3: " + _global.pp3n + " : " + _global.pp3s + "\n";
  682.          }
  683.          if(_root.restartbox._currentframe == 1)
  684.          {
  685.             _root.restartbox.play();
  686.             ms = new Sound(music);
  687.             ms.attachSound("music2");
  688.             ms.stop("music1");
  689.             ms.start(0,999);
  690.          }
  691.          if(scoreyy > _global.pp3s)
  692.          {
  693.             if(Key.isDown(13))
  694.             {
  695.                if(scoreyy > _global.pp3s)
  696.                {
  697.                   if(scoreyy < _global.pp2s + 1)
  698.                   {
  699.                      _global.pp3n = _root.slot1.text;
  700.                      _global.pp3s = scoreyy;
  701.                   }
  702.                }
  703.                if(scoreyy > _global.pp2s)
  704.                {
  705.                   if(scoreyy < _global.pp1s + 1)
  706.                   {
  707.                      _global.pp3n = _global.pp2n;
  708.                      _global.pp3s = _global.pp2s;
  709.                      _global.pp2n = _root.slot1.text;
  710.                      _global.pp2s = scoreyy;
  711.                   }
  712.                }
  713.                if(scoreyy > _global.pp1s)
  714.                {
  715.                   _global.pp3n = _global.pp2n;
  716.                   _global.pp3s = _global.pp2s;
  717.                   _global.pp2n = _global.pp1n;
  718.                   _global.pp2s = _global.pp1s;
  719.                   _global.pp1n = _root.slot1.text;
  720.                   _global.pp1s = scoreyy;
  721.                }
  722.                scoreyy = 0;
  723.                myLocalSO.data.pp1n = _global.pp1n;
  724.                myLocalSO.data.pp1s = _global.pp1s;
  725.                myLocalSO.data.pp2n = _global.pp2n;
  726.                myLocalSO.data.pp2s = _global.pp2s;
  727.                myLocalSO.data.pp3n = _global.pp3n;
  728.                myLocalSO.data.pp3s = _global.pp3s;
  729.                _root.highlist.text = "1: " + _global.pp1n + " - " + _global.pp1s + "\n";
  730.                _root.highlist.text += "2: " + _global.pp2n + " - " + _global.pp2s + "\n";
  731.                _root.highlist.text += "3: " + _global.pp3n + " - " + _global.pp3s + "\n";
  732.                getUrl("FSCommand:save", "file.txt");
  733.                _root.slot1.text = "";
  734.                _root.slot1.selectable = 0;
  735.             }
  736.          }
  737.          if(Key.isDown(38))
  738.          {
  739.             _root.finalscore.text = "";
  740.             _root.highlist.text = "";
  741.             _root.slot1.text = "";
  742.             _root.restartbox.gotoAndPlay("endy");
  743.             die = 1;
  744.             _global.boost = 0;
  745.             _root.tools.bar1.gotoAndStop(1);
  746.             ms = new Sound(music);
  747.             ms.attachSound("music1");
  748.             ms.stop("music2");
  749.             ms.stop("music3");
  750.             ms.start(0,999);
  751.             musicy = 2;
  752.             this.gotoAndStop(1);
  753.             restartcount = 0;
  754.             _root.tools.score.text = 0;
  755.             _global.scoreit = 0;
  756.             timey = 0;
  757.             _global.fish = 0;
  758.             _global.fishe = 0;
  759.             i = 1;
  760.             while(i <= 30)
  761.             {
  762.                _root["fishye" + i].die = 0;
  763.                i++;
  764.             }
  765.             i = 1;
  766.             while(i <= 100)
  767.             {
  768.                _root["fishy" + i].die = 0;
  769.                i++;
  770.             }
  771.          }
  772.       }
  773.    }
  774. }
  775.